API Documentation
Public Member Functions | List of all members
nkAstraeus::GraphicsEngine Class Referencefinal

Drives the graphics engine part. More...

Inheritance diagram for nkAstraeus::GraphicsEngine:

Public Member Functions

bool initialize () const
 
void shutdown () const
 

Detailed Description

Drives the graphics engine part.

The graphics engine drives nkGraphics under the hood. It offers a level of abstraction over it.

Member Function Documentation

◆ initialize()

bool nkAstraeus::GraphicsEngine::initialize ( ) const

Initializes the graphics part of the engine. This will ensure the graphics engine is correctly set up to work within nkAstraeus.

Returns
Whether the initialization went well (true) or not (false).

◆ shutdown()

void nkAstraeus::GraphicsEngine::shutdown ( ) const

Shuts down the graphics part of the engine, freeing all its memory.


The documentation for this class was generated from the following file: